runtime.special.next (field)

11 uses

	runtime (current package)
		heapdump.go#L456: 			for sp := s.specials; sp != nil; sp = sp.next {
		heapdump.go#L655: 		for sp := s.specials; sp != nil; sp = sp.next {
		mgcmark.go#L380: 			for sp := s.specials; sp != nil; sp = sp.next {
		mgcsweep.go#L526: 			for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
		mheap.go#L1683: 	next   *special // linked list in span
		mheap.go#L1742: 		t = &x.next
		mheap.go#L1747: 	s.next = *t
		mheap.go#L1784: 			*t = s.next
		mheap.go#L1788: 		t = &s.next
		mheap.go#L1903: 	i.pprev = &i.s.next
		mheap.go#L1911: 	i.s = cur.next